Class symantec.itools.db.beans.binding.NewValue
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.NewValue

Object
   |
   +----symantec.itools.db.beans.binding.NewValue

public class NewValue
extends Object
implements ImmediateAccess

Constructor Index

 o symantec.itools.db.beans.binding.NewValue(Object)
Constructor, creates a newValue object from an Object.

Method Index

 o addDataItemChangedListener(DataItemChangedListener)
 o getPresentationString()
 o getValueAsObject()
returns the value of the newValue as a Object.
 o getValueAsString()
returns the value of the newValue as a String.
 o removeDataItemChangedListener(DataItemChangedListener)

Constructors

 o NewValue
public NewValue(Object value)
Constructor, creates a newValue object from an Object. This object contains a new array of objects.

Parameters:
value - the value of the newValue Object

Methods

 o addDataItemChangedListener
public synchronized void addDataItemChangedListener(DataItemChangedListener dcl)
 o getPresentationString
public java.lang.String getPresentationString()
 o getValueAsObject
public java.lang.Object getValueAsObject()
returns the value of the newValue as a Object.

Returns:
the value of the Object
 o getValueAsString
public java.lang.String getValueAsString()
returns the value of the newValue as a String.

Returns:
the value of the Object
 o removeDataItemChangedListener
public synchronized void removeDataItemChangedListener(DataItemChangedListener dcl)

All Packages  Class Hierarchy  This Package  Previous  Next  Index